slice n. 1.薄片,切片,一片;一部分。 2.餐刀,(切薄片用的)菜刀;锅铲;火铲;刮子。 3.【印刷】油墨铲。 4.【建筑】泥板,泥刀。 5.【航海】进水台用楔。 6.【无线电】限幅,削波。 7.【运】(高尔夫球)左[右]曲球,(乒乓球)削球,左旋球。 a slice of bread 一片面包。 a slice of luck 幸运。 vt. 1.把…切成薄片。 2.切下,切去;切开,分开 (away, from, off)。 3.用(火铲)铲;用(泥刀)铺。 4.(高尔夫球)使球曲向左[右]边;(乒乓球)削球。 vi. 1.切。 2.打左[右]曲球。 n. -r 切片机。
This paper mainly discusses the design and implementation of a program slicing system based on c - similar language ( later referred as csl ) : a language defined by myself and has described the design and implementation of a complete static program slicing system 本文以一种自定义的结构化语言-类c语言( c - similarlanguage ,简称csl )为例,描述了一个完整的静态程序分片系统的设计与实现过程。
The following works have been done : ( 1 ) define csl language and complete the lexical analysis and syntactical analysis of it ; ( 2 ) obtain control flow graph ( later referred as cfg ) from abstract syntax tree ( ast ) ; ( 3 ) control dependence analysis of csl ; ( 4 ) system architecture of csl slicing system 内容包括通过语法分析获得源程序的抽象语法树,从抽象语法树构造控制流图,在控制流图上做控制流分析获得源程序的控制依赖关系,在控制流图上做数据流分析获得源程序的数据依赖关系,以及最后获得源程序的程序依赖图并以图可达性算法获得程序分片的全过程。